home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / libray / libtext / makefile.amiga < prev    next >
Encoding:
Makefile  |  1994-09-15  |  8.6 KB  |  294 lines

  1. OPTIMIZE = -O3 -fno-defer-pop -fno-builtin
  2. CCFLAGS = -c -m68020 -m68881
  3. RANLIB = ranlib
  4. CC = gcc
  5. MKDEP = //mkdep
  6.  
  7. LIB = ../libray.a
  8. INCLUDE = -nostdinc -I../.. -I.. -IGNU:include -IGNU:os-include -Isc:include
  9. CFLAGS = $(CCFLAGS) $(INCLUDE) $(OPTIMIZE)
  10. SHELL = /bin/sh
  11.  
  12. CFILES = blotch.c bump.c checker.c cloud.c fbm.c fbmbump.c gloss.c \
  13.      imagetext.c mapping.c marble.c mount.c noise.c sky.c stripe.c \
  14.      textaux.c texture.c windy.c wood.c gradient.c
  15.  
  16. OFILES = blotch.o bump.o checker.o cloud.o fbm.o fbmbump.o gloss.o\
  17. imagetext.o mapping.o marble.o mount.o noise.o sky.o stripe.o\
  18. textaux.o texture.o windy.o wood.o gradient.o
  19.  
  20. .c.o:
  21.     $(CC) $(CFLAGS) $<
  22.  
  23. target: $(LIB)
  24.  
  25. $(LIB): $(OFILES)
  26.     ar rv $(LIB) $(OFILES)
  27.     $(RANLIB) $(LIB)
  28.  
  29. clean:
  30.     delete \#?.o quiet
  31.  
  32. # DO NOT DELETE THIS LINE
  33. blotch.o: blotch.c
  34. blotch.o: //config.h
  35. blotch.o: //libray/libcommon/color.h
  36. blotch.o: //libray/libcommon/common.h
  37. blotch.o: //libray/libcommon/error.h
  38. blotch.o: //libray/libcommon/expr.h
  39. blotch.o: //libray/libcommon/ray.h
  40. blotch.o: //libray/libcommon/transform.h
  41. blotch.o: //libray/libcommon/vector.h
  42. blotch.o: //libray/libobj/bounds.h
  43. blotch.o: //libray/libobj/geom.h
  44. blotch.o: //libray/libsurf/surface.h
  45. blotch.o: blotch.h
  46. blotch.o: mapping.h
  47. blotch.o: texture.h
  48. bump.o: bump.c
  49. bump.o: //config.h
  50. bump.o: //libray/libcommon/color.h
  51. bump.o: //libray/libcommon/common.h
  52. bump.o: //libray/libcommon/error.h
  53. bump.o: //libray/libcommon/expr.h
  54. bump.o: //libray/libcommon/ray.h
  55. bump.o: //libray/libcommon/transform.h
  56. bump.o: //libray/libcommon/vector.h
  57. bump.o: //libray/libobj/bounds.h
  58. bump.o: //libray/libobj/geom.h
  59. bump.o: //libray/libsurf/surface.h
  60. bump.o: bump.h
  61. bump.o: mapping.h
  62. bump.o: texture.h
  63. checker.o: checker.c
  64. checker.o: //config.h
  65. checker.o: //libray/libcommon/color.h
  66. checker.o: //libray/libcommon/common.h
  67. checker.o: //libray/libcommon/error.h
  68. checker.o: //libray/libcommon/expr.h
  69. checker.o: //libray/libcommon/ray.h
  70. checker.o: //libray/libcommon/transform.h
  71. checker.o: //libray/libcommon/vector.h
  72. checker.o: //libray/libobj/bounds.h
  73. checker.o: //libray/libobj/geom.h
  74. checker.o: //libray/libsurf/surface.h
  75. checker.o: checker.h
  76. checker.o: mapping.h
  77. checker.o: texture.h
  78. cloud.o: cloud.c
  79. cloud.o: //config.h
  80. cloud.o: //libray/libcommon/color.h
  81. cloud.o: //libray/libcommon/common.h
  82. cloud.o: //libray/libcommon/error.h
  83. cloud.o: //libray/libcommon/expr.h
  84. cloud.o: //libray/libcommon/ray.h
  85. cloud.o: //libray/libcommon/transform.h
  86. cloud.o: //libray/libcommon/vector.h
  87. cloud.o: //libray/libobj/bounds.h
  88. cloud.o: //libray/libobj/geom.h
  89. cloud.o: //libray/libsurf/surface.h
  90. cloud.o: cloud.h
  91. cloud.o: mapping.h
  92. cloud.o: texture.h
  93. fbm.o: fbm.c
  94. fbm.o: //config.h
  95. fbm.o: //libray/libcommon/color.h
  96. fbm.o: //libray/libcommon/common.h
  97. fbm.o: //libray/libcommon/error.h
  98. fbm.o: //libray/libcommon/expr.h
  99. fbm.o: //libray/libcommon/ray.h
  100. fbm.o: //libray/libcommon/transform.h
  101. fbm.o: //libray/libcommon/vector.h
  102. fbm.o: //libray/libobj/bounds.h
  103. fbm.o: //libray/libobj/geom.h
  104. fbm.o: //libray/libsurf/surface.h
  105. fbm.o: fbm.h
  106. fbm.o: mapping.h
  107. fbm.o: texture.h
  108. fbmbump.o: fbmbump.c
  109. fbmbump.o: //config.h
  110. fbmbump.o: //libray/libcommon/color.h
  111. fbmbump.o: //libray/libcommon/common.h
  112. fbmbump.o: //libray/libcommon/error.h
  113. fbmbump.o: //libray/libcommon/expr.h
  114. fbmbump.o: //libray/libcommon/ray.h
  115. fbmbump.o: //libray/libcommon/transform.h
  116. fbmbump.o: //libray/libcommon/vector.h
  117. fbmbump.o: //libray/libobj/bounds.h
  118. fbmbump.o: //libray/libobj/geom.h
  119. fbmbump.o: //libray/libsurf/surface.h
  120. fbmbump.o: fbm.h
  121. fbmbump.o: fbmbump.h
  122. fbmbump.o: mapping.h
  123. fbmbump.o: texture.h
  124. gloss.o: gloss.c
  125. gloss.o: //config.h
  126. gloss.o: //libray/libcommon/color.h
  127. gloss.o: //libray/libcommon/common.h
  128. gloss.o: //libray/libcommon/error.h
  129. gloss.o: //libray/libcommon/expr.h
  130. gloss.o: //libray/libcommon/ray.h
  131. gloss.o: //libray/libcommon/transform.h
  132. gloss.o: //libray/libcommon/vector.h
  133. gloss.o: //libray/libobj/bounds.h
  134. gloss.o: //libray/libobj/geom.h
  135. gloss.o: //libray/libsurf/surface.h
  136. gloss.o: gloss.h
  137. gloss.o: mapping.h
  138. gloss.o: texture.h
  139. imagetext.o: imagetext.c
  140. imagetext.o: //config.h
  141. imagetext.o: //libray/libcommon/color.h
  142. imagetext.o: //libray/libcommon/common.h
  143. imagetext.o: //libray/libcommon/error.h
  144. imagetext.o: //libray/libcommon/expr.h
  145. imagetext.o: //libray/libcommon/ray.h
  146. imagetext.o: //libray/libcommon/transform.h
  147. imagetext.o: //libray/libcommon/vector.h
  148. imagetext.o: //libray/libimage/image.h
  149. imagetext.o: //libray/libobj/bounds.h
  150. imagetext.o: //libray/libobj/geom.h
  151. imagetext.o: //libray/libsurf/surface.h
  152. imagetext.o: imagetext.h
  153. imagetext.o: mapping.h
  154. imagetext.o: texture.h
  155. mapping.o: mapping.c
  156. mapping.o: //config.h
  157. mapping.o: //libray/libcommon/color.h
  158. mapping.o: //libray/libcommon/common.h
  159. mapping.o: //libray/libcommon/error.h
  160. mapping.o: //libray/libcommon/expr.h
  161. mapping.o: //libray/libcommon/ray.h
  162. mapping.o: //libray/libcommon/transform.h
  163. mapping.o: //libray/libcommon/vector.h
  164. mapping.o: //libray/libobj/bounds.h
  165. mapping.o: //libray/libobj/geom.h
  166. mapping.o: mapping.h
  167. marble.o: marble.c
  168. marble.o: //config.h
  169. marble.o: //libray/libcommon/color.h
  170. marble.o: //libray/libcommon/common.h
  171. marble.o: //libray/libcommon/error.h
  172. marble.o: //libray/libcommon/expr.h
  173. marble.o: //libray/libcommon/ray.h
  174. marble.o: //libray/libcommon/transform.h
  175. marble.o: //libray/libcommon/vector.h
  176. marble.o: //libray/libobj/bounds.h
  177. marble.o: //libray/libobj/geom.h
  178. marble.o: //libray/libsurf/surface.h
  179. marble.o: mapping.h
  180. marble.o: marble.h
  181. marble.o: texture.h
  182. mount.o: mount.c
  183. mount.o: //config.h
  184. mount.o: //libray/libcommon/color.h
  185. mount.o: //libray/libcommon/common.h
  186. mount.o: //libray/libcommon/error.h
  187. mount.o: //libray/libcommon/expr.h
  188. mount.o: //libray/libcommon/ray.h
  189. mount.o: //libray/libcommon/transform.h
  190. mount.o: //libray/libcommon/vector.h
  191. mount.o: //libray/libobj/bounds.h
  192. mount.o: //libray/libobj/geom.h
  193. mount.o: //libray/libsurf/surface.h
  194. mount.o: mapping.h
  195. mount.o: mount.h
  196. mount.o: texture.h
  197. noise.o: noise.c
  198. noise.o: //config.h
  199. noise.o: //libray/libcommon/color.h
  200. noise.o: //libray/libcommon/common.h
  201. noise.o: //libray/libcommon/error.h
  202. noise.o: //libray/libcommon/expr.h
  203. noise.o: //libray/libcommon/ray.h
  204. noise.o: //libray/libcommon/transform.h
  205. noise.o: //libray/libcommon/vector.h
  206. sky.o: sky.c
  207. sky.o: //config.h
  208. sky.o: //libray/libcommon/color.h
  209. sky.o: //libray/libcommon/common.h
  210. sky.o: //libray/libcommon/error.h
  211. sky.o: //libray/libcommon/expr.h
  212. sky.o: //libray/libcommon/ray.h
  213. sky.o: //libray/libcommon/transform.h
  214. sky.o: //libray/libcommon/vector.h
  215. sky.o: //libray/libobj/bounds.h
  216. sky.o: //libray/libobj/geom.h
  217. sky.o: //libray/libsurf/surface.h
  218. sky.o: mapping.h
  219. sky.o: sky.h
  220. sky.o: texture.h
  221. stripe.o: stripe.c
  222. stripe.o: //config.h
  223. stripe.o: //libray/libcommon/color.h
  224. stripe.o: //libray/libcommon/common.h
  225. stripe.o: //libray/libcommon/error.h
  226. stripe.o: //libray/libcommon/expr.h
  227. stripe.o: //libray/libcommon/ray.h
  228. stripe.o: //libray/libcommon/transform.h
  229. stripe.o: //libray/libcommon/vector.h
  230. stripe.o: //libray/libobj/bounds.h
  231. stripe.o: //libray/libobj/geom.h
  232. stripe.o: //libray/libsurf/surface.h
  233. stripe.o: mapping.h
  234. stripe.o: stripe.h
  235. stripe.o: texture.h
  236. textaux.o: textaux.c
  237. textaux.o: //config.h
  238. textaux.o: //libray/libcommon/color.h
  239. textaux.o: //libray/libcommon/common.h
  240. textaux.o: //libray/libcommon/error.h
  241. textaux.o: //libray/libcommon/expr.h
  242. textaux.o: //libray/libcommon/ray.h
  243. textaux.o: //libray/libcommon/transform.h
  244. textaux.o: //libray/libcommon/vector.h
  245. textaux.o: //libray/libobj/bounds.h
  246. textaux.o: //libray/libobj/geom.h
  247. textaux.o: //libray/libsurf/surface.h
  248. textaux.o: mapping.h
  249. textaux.o: texture.h
  250. texture.o: texture.c
  251. texture.o: //config.h
  252. texture.o: //libray/libcommon/color.h
  253. texture.o: //libray/libcommon/common.h
  254. texture.o: //libray/libcommon/error.h
  255. texture.o: //libray/libcommon/expr.h
  256. texture.o: //libray/libcommon/ray.h
  257. texture.o: //libray/libcommon/transform.h
  258. texture.o: //libray/libcommon/vector.h
  259. texture.o: //libray/libobj/bounds.h
  260. texture.o: //libray/libobj/geom.h
  261. texture.o: //libray/libsurf/surface.h
  262. texture.o: mapping.h
  263. texture.o: texture.h
  264. windy.o: windy.c
  265. windy.o: //config.h
  266. windy.o: //libray/libcommon/color.h
  267. windy.o: //libray/libcommon/common.h
  268. windy.o: //libray/libcommon/error.h
  269. windy.o: //libray/libcommon/expr.h
  270. windy.o: //libray/libcommon/ray.h
  271. windy.o: //libray/libcommon/transform.h
  272. windy.o: //libray/libcommon/vector.h
  273. windy.o: //libray/libobj/bounds.h
  274. windy.o: //libray/libobj/geom.h
  275. windy.o: //libray/libsurf/surface.h
  276. windy.o: mapping.h
  277. windy.o: texture.h
  278. windy.o: windy.h
  279. wood.o: wood.c
  280. wood.o: //config.h
  281. wood.o: //libray/libcommon/color.h
  282. wood.o: //libray/libcommon/common.h
  283. wood.o: //libray/libcommon/error.h
  284. wood.o: //libray/libcommon/expr.h
  285. wood.o: //libray/libcommon/ray.h
  286. wood.o: //libray/libcommon/transform.h
  287. wood.o: //libray/libcommon/vector.h
  288. wood.o: //libray/libobj/bounds.h
  289. wood.o: //libray/libobj/geom.h
  290. wood.o: //libray/libsurf/surface.h
  291. wood.o: mapping.h
  292. wood.o: texture.h
  293. wood.o: wood.h
  294.